@charset "utf-8";
/* CSS Document */
@font-face {
    font-family: "rubik-regular-webfont";
    src: url("../fonts/rubik-regular-webfont.woff2") format("woff2"),
    url("../fonts/rubik-regular-webfont.woff") format("woff"),
    url("../fonts/rubik-regular-webfont.ttf") format("truetype"),
    url("../fonts/rubik-regular-webfont.eot") format("embedded-opentype"),
    url("../fonts/rubik-regular-webfont.svg") format("svg");
    font-weight: normal;
    font-style: normal;
}

html, body {
    height: 100%;
}

html {
    font-size: 100%; /* 16px */
    /*
    font-size: 0.73vw;
    */
}

body {
    font-family: "Microsoft Yahei";
    margin: 0;
    padding: 80px 0 0 0;
    background-color: #ececec;
}

div, ul, li, dl, dt, dd, a, p, span, img {
    list-style: none;
    border: 0;
    margin: 0;
    padding: 0;
    -webkit-box-sizing:border-box; /* Safari */
    -moz-box-sizing:border-box; /* Firefox */
    box-sizing:border-box;
}

img, a {
    display: block;
    outline: none;
}

.irs {
    max-width: 100%;
    margin: 0;
}

.rrw {
    font-family: 'rubik-regular-webfont';
}

.bws {
    background-color: #FFF;
}

a:link, a:visited {
    color: #333;
    text-decoration: none;
}

a:hover, a:active {
    color: #F29330;
    outline: none;
}

a.light:link, a.light:visited {
    color: #999;
}

a.light:hover, a.light:active {
    color: #F29330;
}

a.sk:link, a.sk:visited {
    color: #F29330;
}

a.sk:hover, a.sk:active {
    color: #FF0000;
}

.eps {
    white-space: nowrap;
    word-break: keep-all;
    text-overflow: ellipsis;
    overflow: hidden;
}

.eps2 {
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.eps3 {
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.cls {
    overflow: hidden;
    clear: both;
}

.trans {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.trans.deep, .trans.deep *{
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.wrapper {
    min-width: 1680px;
}

.wap-wrapper {
    clear: both;
    overflow: hidden;
}

.visible-xs {
    display: none !important;
}

/*header*/
#header {
    position: fixed;
    z-index: 99;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    height: 80px;
    /*max-width: 1920px;*/
    margin: 0 auto;
}

/*.start #header{box-shadow: 0 0 10px rgba(0,0,0,.1);}*/
.header {
    width: 100%;
    height: 80px;
    min-width: 1440px;
    background: #FFF;
    position: relative;
    z-index: 9;
}

.header .logo {
    float: left;
    margin-left: 40px;
    padding: 0;
}

.header .head {
    float: right;
    height: 80px;
    background: #fff;
}

.header .head .head-nav {
    float: left;
    position: relative;
    height: 80px;
}

.header .head .nav {
    padding-right: 14px;
    height: 80px;
    position: relative;
    float: left;
}

.header .head .nav li {
    float: left;
    height: 80px;
}

.header .head .nav li a {
    font-size: 14px;
    color: #333;
    font-weight: bold;
    line-height: 80px;
    padding: 0 25px;
}

.header .head .nav li.curr a {
    color: #F29330;
}

.header .head .nav span{
    height:5px;
    background:#F29330;
    position:absolute;
    top:0;
    left:0;
}

.header .head .head-btn {
    height: 80px;
    float: left;
    margin-right: 24px;
}

.header .head .head-btn .language {
    float: left;
    position: relative;
    z-index: 100;
}

.header .head .head-btn .language .language-top {
    width: 78px;
    height: 80px;
    line-height: 80px;
    font-size: 14px;
    color: #333;
    padding-left: 8px;
    font-weight: bold;
    background: url("../images/drop.png") no-repeat 56px center;
    /*font-family: 'rubik-regular-webfont';*/
}

.header .head .head-btn .language .language-con {
    width: 141px;
    height: 75px;
    padding-left: 16px;
    position: absolute;
    left: 0px;
    top: 80px;
    background: #6EBD4E;
    display: none;
}

.header .head .head-btn .language .language-con a {
    float: left;
    line-height: 76px;
    margin-right: 14px;
    font-size: 14px;
    color: #FFF;
    font-weight: bold;
}

.header .head .head-btn .language:hover .language-top {
    background: #6EBD4E url("../images/drop2.png") no-repeat 56px center;
    color: #ffffff;
}

.header .head .head-btn .update {
    width: 118px;
    height: 80px;
    position: relative;
    float: left;
}

.header .head .head-btn .update-top {
    width: 118px;
    padding-left: 16px;
    white-space: nowrap;
    height: 80px;
    font-size: 14px;
    color: #616161;
    font-weight: bold;
    line-height: 80px;
    background: url("../images/update.png") no-repeat 82px center;
}

.header .head .head-btn .update-bot {
    width: 157px;
    padding: 23px 0;
    background: #6EBD4E;
    position: absolute;
    right: 0px;
    top: 80px;
    text-align: right;
    display: none;
    z-index: 9;
}

.header .head .head-btn .update-bot ul {
    padding-right: 30px;
    padding-left: 16px;
}

.header .head .head-btn .update-bot li {
    line-height: 30px;
}

.header .head .head-btn .update-bot a {
    font-size: 14px;
    color: #FFF;
    font-weight: bold;
    text-align: right;
    padding-right: 18px;
}

.header .head .head-btn .update-bot a:hover, .header .head .head-btn .language .language-con a:hover {
    color: #fff;
}

.header .head .head-btn .update:hover .update-top {
    color: #ffffff;
    background: #6EBD4E url("../images/update2.png") no-repeat 82px center;
}

#subNav_box {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 50px;
    width: 100%;
}

#subNav_box.on {
    bottom: -50px;
}

#subNav_box .cnt {
    position: relative;
    margin: 0 auto;
    height: 50px;
    background-color: rgba(0, 0, 0, 0.5);
}

#subNav_box .item {
    position: absolute;
    top: -50px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    width: 1200px;
}

#subNav_box .item.curr,
#subNav_box .item:hover {
    top: 0;
}

#subNav_box .item a {
    float: left;
    font-size: 14px;
    color: #FFF;
    line-height: 50px;
    margin-left: 30px;
}

#subNav_box .item a.curr, #subNav_box .item a:hover {
    color: #F29330;
}

#subNav_box .g-wrap {
    position: relative;
    height: 100%;
    margin: 0 auto;
}

#ac-wap-header {
    height: 80px;
    position: fixed;
    top: 100%;
    left: 0;
    right: 0;
    height: 80px;
    background-color: #FFF;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 15px;
    z-index: -1;
}

#ac-wap-header .logo {
    width: 80%;
}

#ac-wap-header .menus {
    width: 30px;
}

#ac-wap-sub-menu {
    position: fixed;
    z-index: -1;
    top: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #F29330;
    padding: 15px;

    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

#ac-wap-sub-menu.on {
    top: 80px;
    z-index: 99;
}

#ac-wap-sub-menu a {
    display: block;
}

#ac-wap-sub-menu a:link, #ac-wap-sub-menu a:visited {
    color: #FFF;
}

#ac-wap-sub-menu a:hover, #ac-wap-sub-menu a:active {
    color: #FFF;
}

#ac-wap-sub-menu > ul > li > a {
    line-height: 60px;
    font-size: 18px;
}

#ac-wap-sub-menu > ul > li+li {
    border-top: 1px rgba(255, 255, 255, 0.2) solid;
}

#ac-wap-sub-menu > ul > li > ul, #ac-wap-sub-menu > ul > li > ul > li > ul {
    padding: 0 15px 15px;
    display: none;
}

#ac-wap-sub-menu > ul > li > ul > li {
    position: relative;
    padding-left: 25px;
}

#ac-wap-sub-menu > ul > li > ul > li:before {
    position: absolute;
    left: 0;
    top: 17px;
    content: '';
    width: 10px;
    height: 6px;
    background-image: url('../images/drop2.png');
    background-position: 0;
    background-repeat: no-repeat;
    background-size: 10px 6px;
    transform: rotate(45deg);
}

#ac-wap-sub-menu > ul > li > ul > li a {
    line-height: 40px;
    font-size: 16px;
}

#ac-wap-sub-menu > ul > li.has-child {
    position: relative;
}

#ac-wap-sub-menu > ul > li.has-child:after {
    position: absolute;
    right: 0;
    top: 26px;
    width: 12px;
    height: 8px;
    content: '';
    background-image: url('../images/drop2.png');
    background-position: right;
    background-repeat: no-repeat;
}

#ac-mall-qrcodes {
    position: fixed;
    background-color: rgba(0, 0, 0, 0.3);
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
    opacity: 0;
}

#ac-mall-qrcodes .box {
    position: absolute;
    width: 50%;
    left: 25%;
    top: 50%;
    height: 400px;
    transform: translateY(-150px);
    background-color: #FFF;
    border-radius: 10px;
    display: none;
}

#ac-mall-qrcodes .box .hd {
    height: 60px;
    line-height: 60px;
    border-bottom: 1px #F0F0F0 solid;
    padding: 0 30px;
    font-size: 1.25rem;
}

#ac-mall-qrcodes .box .hd .icon-close {
    width: 20px;
    height: 20px;
    float: right;
    transform: rotate(-45deg);
    margin-top: 20px;
    cursor: pointer;
}

#ac-mall-qrcodes .box .bd {
    padding: 30px;
}

#ac-mall-qrcodes .box .bd ul {
    font-size: 0;
}

#ac-mall-qrcodes .box .bd ul li {
    display: inline-block;
    width: 25%;
    text-align: center;
    padding: 20px;
}

#ac-mall-qrcodes .box .bd ul li a {
    display: block;
}

#ac-mall-qrcodes .box .bd ul li a:hover, #ac-mall-qrcodes .box .bd ul li a:active {
    color: #999;
}

#ac-mall-qrcodes .box .bd ul li .picture img {
    clear: bottom;
    max-width: 100%;
    display: block;
    margin: 0 auto;
}

#ac-mall-qrcodes .box .bd ul li .named {
    font-size: 1.025rem;
    padding-top: 1.25rem;
}

#ac-wap-qrcodes {
    clear: both;
    font-size: 0;
}

#ac-wap-qrcodes .items {
    width: 25%;
    padding: 0.4rem;
    display: inline-block;
}

#ac-wap-qrcodes .items .picture img{
    max-width: 100%;
    display: block;
    margin: 0 auto;
}

#ac-wap-qrcodes .items .named {
    font-size: 1rem;
    color: #FFF;
    text-align: center;
    padding-top: 0.875rem;
}

.footer {
    clear: both;
    background-image: url('../images/bg_foot.jpg');
    background-repeat: no-repeat;
    background-position: 0;
    background-size: cover;
    padding-top: 2rem;
    padding-bottom: 2.5rem;
    padding-left: 9.5%;
    padding-right: 9.5%;
    color: #ACACAC;
}

.footer .u {
    clear: both;
    overflow: hidden;
    font-size: 0;
    padding-bottom: 1rem;
    border-bottom: 1px #414141 solid;
    position: relative;
    text-align: right;
}

.footer .u .qns {
    font-size: 0;
    display: inline-block;
}

.footer .u .qns .i {
    text-align: center;
    display: inline-block;
    margin-left: 2rem;
}

.footer .u .qns a.i:link, .footer .u .qns a.i:visited {
    color: #ACACAC;
}

.footer .u .qns a.i:link, .footer .u .qns a.i:visited {
    color: #ACACAC;
}

.footer .u .qns .i .p {
    max-width: 3.75rem;
    margin: 0 auto;
}

.footer .u .qns .i span {
    display: block;
    padding-top: 0.625rem;
    font-size: 0.875rem;
}

.footer .u .sup {
    position: absolute;
    left: 0;
    bottom: 0.75rem;
    text-align: left;
}

.footer .u .s {
    display: inline-block;
    margin-right: 2rem;
    font-size: 0.875rem;
}
.footer .u .s p {
    padding: 0.25rem 0;
}

.footer .d {
    padding-top: 1.5rem;
}

.footer .d .f-links {
    float: right;
    width: 12rem;
    border: 1px #414141 solid;
    color: #ADADAD;
    font-size: 0.875rem;
    position: relative;
    text-align: center;
}

.footer .d .f-links span {
    display: block;
    cursor: pointer;
    padding: 0.5rem 2.5rem 0.5rem 2rem;
}

.footer .d .f-links:after {
    content: '';
    position: absolute;
    width: 0.75rem;
    height: 0.5rem;
    right: 10%;
    top: 50%;
    margin-top: -0.25rem;
    background-image: url('../images/i_drop.png');
    background-position: 0;
    background-repeat: no-repeat;
    background-size: contain;
}

.footer .d .f-links.on:after {
    transform: rotate(180deg);
}

.footer .d .f-links ul {
    position: absolute;
    left: -1px;
    right: -1px;
    bottom: 100%;
    border: 1px #414141 solid;
    border-bottom: none;
    display: none;
}

.footer .d .f-links.on ul {
    display: block;
}

.footer .d .f-links ul li {
    height: 2rem;
    line-height: 2rem;
    text-align: center;
}

.footer .d .f-links ul li a:link, .footer .d .f-links ul li a:visited {
    color: #ADADAD;
}

.footer .d .f-links ul li a:hover, .footer .d .f-links ul li a:active {
    color: #FFF;
}

.footer .d .copyright {
    font-size: 0.875rem;
}

.ac-sup-client {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 0;
}
